home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
mus
/
midi
/
GMPlayer.lha
/
GMPlayer
next >
Wrap
AmigaDOS Script File
|
1998-01-27
|
493b
|
30 lines
.key start,gm
.def start "RAM:" ;The Requester's start directory.
.def gm "GM:" ;Where GMPlay is.
failat 21
if not exists env:ReqGMdir
echo >env:ReqGMdir "<start>"
endif
lab GMLoop
requestfile >env:ReqGMfile DRAWER $ReqGMdir title "GMPlayer" noicons
if error
skip Ending
endif
"<gm>GMPlay" $ReqGMfile verbose poly 64 buf 64
echo $ReqGMfile
echo $ReqGMdir
list >env:ReqGMdir $ReqGMfile lformat "%P"
skip back GMLoop
lab Ending
echo "*N---- Quit ----*N"
delete >nil: env:ReqGMfile